Dynomotion

Group: DynoMotion Message: 5510 From: Toby Rule Date: 8/3/2012
Subject: detecting coordinated motion buffer underflow in c-program

Hello,

 

How can I detect a buffer underflow in the coordinated motion buffer from a c-program?  I want to handle this situation by taking appropriate action to shut the laser off, etc..    I guess a buffer underflow may just look like the end of the program – that is, no more segments to execute – and my response would be the same – shut everything off.  Can I just monitor CheckDoneBuf()?

 

Thanks,

 

Toby

The information contained in this transmission is intended only for the person or entity
to which it is addressed and may contain II-VI Proprietary and/or II-VI Business Sensitive
material. If you are not the intended recipient, please contact the sender immediately
and destroy the material in its entirety, whether electronic or hard copy. You are
notified that any review, retransmission, copying, disclosure, dissemination or other
use of, or taking of any action in reliance upon this information by persons or entities 
other than the intended recipient is prohibited.
Group: DynoMotion Message: 5512 From: Tom Kerekes Date: 8/3/2012
Subject: Re: detecting coordinated motion buffer underflow in c-program
Hi Toby,
 
Yes you should be able to do that.  There is an example in:
 
CCoordMotion::WaitForSegmentsFinished
 
If there are axes disabled for some reason such as Following Error or Limit Switch Error then CheckDoneBuf will return -1.  So you may want to check for that as well.
 
Regards
TK